home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.hy.z / gtkrc.hy
Text File  |  2002-07-08  |  2KB  |  74 lines

  1. # $(datadir)/gtkrc.hy
  2. #
  3. # This file defines the fontsets for Armenina language (hy) encoding (armscii-8)
  4. # You can find links for armscii-8 True Type fonts following the links at my
  5. # page on armenian localisation at http://www.ping.be/linux/armenian/
  6. #
  7. # 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
  8. #
  9.  
  10. style "GnomeScores_CurrentPlayer_style"
  11. {
  12.   fg[NORMAL] = {1.0, 0.0, 0.0}
  13. }
  14.  
  15. style "GnomeScores_Logo_style"
  16. {
  17.   fontset = "-*-armnet helvetica-medium-r-normal--30-*-*-*-*-*-armscii-8"
  18.   fg[NORMAL] = {0.0, 0.0, 1.0}
  19. }
  20.  
  21. style "GnomeAbout_DrawingArea_style"
  22. {
  23.   bg[NORMAL] = {1.0, 1.0, 1.0}
  24. }
  25.  
  26. style "GnomeAbout_Title_style"
  27. {
  28.   fontset = "-*-armnet helvetica-medium-r-normal--20-*-*-*-*-*-armscii-8"
  29. }
  30.  
  31. style "GnomeAbout_Copyright_style"
  32. {
  33.   fontset = "-*-armnet helvetica-medium-r-normal--14-*-*-*-*-*-armscii-8"
  34. }
  35.  
  36. style "GnomeAbout_Author_style"
  37. {
  38.   fontset = "-*-armnet helvetica-medium-r-normal--12-*-*-*-*-*-armscii-8"
  39. }
  40.  
  41. style "GnomeAbout_Names_style"
  42. {
  43.   fontset = "-*-armnet helvetica-medium-r-normal--12-*-*-*-*-*-armscii-8"
  44. }
  45.  
  46. style "GnomeAbout_Comments_style"
  47. {
  48.   fontset = "-*-armnet helvetica-medium-r-normal--10-*-*-*-*-*-armscii-8"
  49. }
  50.  
  51. style "GnomeHRef_Label_style"
  52. {
  53.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  54.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  55.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  56.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  57. }
  58.  
  59. style "GnomeGuru_PageTitle_style" 
  60. {
  61.  fontset = "-*-armnet helvetica-medium-r-normal--10-*-*-*-*-*-armscii-8"
  62. }
  63.  
  64. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  65. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  66. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  67. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  68. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  69. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  70. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  71. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  72. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  73. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  74.